-
Notifications
You must be signed in to change notification settings - Fork 6
Adapt default resolution of weather source #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: johanneshiry <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the change regarding EMPTY_WEIGHT_SUM
is not thought through. Other than that all good
src/main/scala/edu/ie3/simona/service/weather/WeatherSourceWrapper.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/simona/service/weather/WeatherSourceWrapper.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also scaladocs for the WeightSum
class would be great so it is more clear what it represents how it is supposed to work
…faultResolution # Conflicts: # CHANGELOG.md
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## dev #79 +/- ##
==========================================
- Coverage 79.52% 79.48% -0.05%
==========================================
Files 155 156 +1
Lines 5749 5757 +8
Branches 79 79
==========================================
+ Hits 4572 4576 +4
- Misses 1177 1181 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, just minor concerns
src/test/scala/edu/ie3/simona/service/weather/WeatherSourceWrapperSpec.scala
Outdated
Show resolved
Hide resolved
src/test/scala/edu/ie3/simona/service/weather/WeatherSourceWrapperSpec.scala
Outdated
Show resolved
Hide resolved
src/main/scala/edu/ie3/simona/service/weather/WeatherSourceWrapper.scala
Show resolved
Hide resolved
src/main/scala/edu/ie3/simona/service/weather/WeatherSourceWrapper.scala
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
4 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Analysis Details1 IssueCoverage and DuplicationsProject ID: edu.ie3:simona |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the work! :)
Resolves #78
Resolves #173